home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 5 / X'Tasies 5 - Disc 1.iso / mac / Main.Dir / 00064.ls < prev    next >
Encoding:
Text File  |  1996-09-02  |  190 b   |  12 lines

  1. on mouseDown
  2.   set the visible of sprite 8 to 0
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   puppetSound(0)
  8.   go("Tachibana")
  9.   set the visible of sprite 8 to 1
  10.   set the visible of sprite 43 to 0
  11. end
  12.